Generating a JWT Token

To generate the JWT token that will be used for authentication purposes in production environments it is necessary to configure the jwt_payload parameter with the corresponding payload. To do this, complete the steps below:

  1. Access the Adobe I/O Console and go to Service Account (JWT).
  2. Copy the JWT payload.
  3. Go to the Distributor Portal and click Configuration.
  4. Filter the parameters by marketplace and find the jwt_payload parameter.
  5. Click the pencil icon and paste the JWT payload that you obtained from the Adobe I/O Console. Click Save.

Once this parameter has been configured, the processor will be able to obtain an access token required for authentication using the production credentials.